func github.com/aws/smithy-go/encoding/httpbinding.bufCap

3 uses

	github.com/aws/smithy-go/encoding/httpbinding (current package)
		path_replace.go#L14: func bufCap(b []byte, n int) []byte {
		path_replace.go#L25: 	fieldBuf = bufCap(fieldBuf, len(key)+3) // { <key> [+] }
		path_replace.go#L52: 	fieldBuf = bufCap(fieldBuf, len(val))